home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / sdf.sdf < prev    next >
Text File  |  2007-04-06  |  981b  |  72 lines

  1. ;sdf File Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=SDF Files
  6. Extensions=sdf
  7. Functions=^\[(.*)\]
  8. FunctionSubs=$1
  9. ;Spell nothing
  10. Spelling=0
  11. ;Except when a word is in this Contexts:
  12. SpellingContexts=2
  13. CommentChar=;
  14.  
  15. [Section]
  16. Type=StartStop
  17. Context=1
  18. Scope=0
  19. Priority=10
  20. WholeWordOnly=0
  21. First=[
  22. Last=
  23. Background=Default
  24. Foreground=0000FF
  25. Bold=0
  26. Italic=0
  27.  
  28. [Comment]
  29. Type=StartStop
  30. Context=2
  31. Scope=0
  32. Priority=10
  33. WholeWordOnly=0
  34. First=;
  35. Last=
  36. Background=Default
  37. Foreground=008000
  38. Italic=0
  39.  
  40. [Value]
  41. Type=StartStop
  42. Context=3
  43. Scope=0
  44. Priority=10
  45. WholeWordOnly=0
  46. First==
  47. Last=
  48. Background=Default
  49. Foreground=808080
  50. bold=0
  51.  
  52. [Keywords]
  53. Type=keyword
  54. Context=101
  55. Scope=3
  56. Priority=6
  57. WholeWordOnly=1
  58. Keyword1=StartStop;Keyword
  59. Keyword2=
  60. Keyword3=
  61. Keyword4=
  62. Keyword5=
  63. Keyword6=
  64. Keyword7=
  65. Keyword8=
  66. Keyword9=
  67. Keyword10=
  68. Keyword11=
  69. Background=Default
  70. Foreground=FF8000
  71. Bold=0
  72.